/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #1d4789; }

 a:focus { outline:none; -moz-outline:none; }     
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }   
    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1520px;
        /*min-width: 980px; */
        _width: 1600px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:30%;height:100px; overflow: hidden;line-height:100px; }  
.logo img{max-width: 100%; display: none;}
#globalnav .logo{ background: url(../images/logo.png) no-repeat left bottom;}

.langbox{position: absolute; right: 10px; font-size: 14px;top:32px;z-index: 3;} 
.langbox .langhd a{margin:0 8px;}
.langbox .langbd{width: 100%; background: #fff;border:1px solid #ccc;padding:5px 0;}
.langbox .langbd a{width: 100%;display: block;height: 24px; line-height: 24px; text-indent: 5px;}
.langbox .langbd{display: none;}
.langbox:hover .langbd{display: block;}
.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}
.serchinco{position: absolute;width:30px; height: 30px; right:0; top:20px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #fff;}

.globalsearch{display: none;}
.globalsearch{position: absolute; top:110px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background:#1d4789;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
      
@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
}

#globalnav.mini_top .logo{ background: url(../images/logored.png) left center no-repeat;}
#globalnav.mini_top .toptel{color: #000;}
#globalnav.mini_top .serchinco{color: #000;}

/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #ff4a3a;
        top: 100%;
        min-width: 100px;
    }
 
    /*.dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #1d4789;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }*/
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 90%;
        display: block;
        text-align: center;
    }
    
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #ff4a3a;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


/* ==========================================================================
   jtpart01
   ========================================================================== */


.jtpart01{height: 728px;background:url(../images/homepic01.jpg) right top no-repeat;}
.jtpart01 .imgarea{width:540px; height:728px;float: left;position: relative;overflow: hidden;}
.jtpart01 .imgarea .pic{width:100%; height: 100%;transition: transform 1s;}
.jtpart01 .imgarea:hover .pic{ transform: scale(1.1);}

.lybtn01 a{font-size: 18px; width:210px; height:68px; font-weight: bold; text-align: center; line-height:68px; display: inline-block; background: #ff4a3a;color: #fff; }
.lybtn01 i{margin-left: 10px;}
.jtpart01 .lybtn01{position: absolute;bottom:75px; right: 0; }


.jtpart01 .right{width: calc(100% - 760px);  float: right;padding:60px 0; margin-right:160px;}


.cptxtit{width: 100%;height: 50px;}
.cptxtit h3{font-size: 24px; font-weight: bold; float: left; line-height: 50px;}
.prosearch{width: 380px;height: 42px; background: #f2f2f4; float: right; border:1px solid #274f83;padding-left:10px;
-webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
}
.prosearch #q,.prosearch .search-btn { float: left;   border: 0 none; }
.prosearch #q { width: calc(100% - 152px); height: 18px; padding: 10px; line-height: 18px; background: #f2f2f4;border:1px solid #f2f2f4;font: 300 12px/18px microsoft yahei;  }
.prosearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser02.png) no-repeat center;}

.prosearch .a_all{height:42px; width: 90px;text-align: center;font-size: 16px; line-height: 38px; background: #274f83;color: #fff;display: inline-block;
    -webkit-border-radius:0 10px 10px 0;
    -moz-border-radius:0 10px 10px 0;
    -ms-border-radius:0 10px 10px 0;
    -o-border-radius:0 10px 10px 0;
    border-radius:0 10px 10px 0;
}

.jtcptxbox{background: #fff;margin:10px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    border-radius:12px;
    box-shadow:0 0 5px 5px rgba(0, 0, 0, .1);
} 

.jtcptxbox .tit{height: 110px; width: 100%;background: url(../images/jtpic02.jpg) no-repeat left top;  background-size: cover; text-align: center;
    -webkit-border-radius:12px 12px 0 0;
    -moz-border-radius:12px 12px 0 0;
    -ms-border-radius:12px 12px 0 0;
    -o-border-radius:12px 12px 0 0;
    border-radius:12px 12px 0 0;
} 
.jtcptxbox .tit h3 {color: #274f83;font-size: 24px;padding-top: 25px;}
.jtcptxbox .tit p{color: #999;/*text-transform:Uppercase;*/}
.jtcptxlogo{height: 350px;background: url(../images/jtpic03.jpg) no-repeat right bottom;padding:0 30px;
    -webkit-border-radius:0 0 12px 12px;
    -moz-border-radius:0 0 12px 12px;
    -ms-border-radius:0 0 12px 12px;
    -o-border-radius:0 0 12px 12px;
    border-radius:0 0 12px 12px;
}
.jtcptxlogo li{width: 50%; height: 80px; text-align: center; line-height: 80px; float: left; text-align: center;}
.jtcptxlogo li img{width: auto!important; display: inline-block!important;}

#owl-cptx{margin-top:50px;}
#owl-cptx .owl-dot{ filter: Alpha(Opacity=0);opacity: 0;}

@media only screen and (max-width:1600px) {
.jtpart01 .right{width: calc(100% - 660px);margin-right:60px;}
}

@media only screen and (max-width:1400px) {
.jtpart01 .imgarea{width:30%;}
.jtpart01 .right{width: calc(70% - 50px);margin-right:20px;}
}

@media only screen and (max-width:1366px) {

}

@media only screen and (max-width:920px) {
#owl-cptx .owl-dot{ filter: Alpha(Opacity=100);opacity: 1;}
}

@media only screen and (max-width:768px) {
.jtpart01 .imgarea{width:100%; display: none;}
.jtpart01 .right{width:100%;margin-right:0;}
.prosearch{width: 280px;height: 36px;}
.cptxtit h3{font-size: 14px;line-height: 40px;}
.prosearch .a_all {height: 36px;width: 70px;font-size:12px;line-height: 36px;}
.prosearch #q {width: calc(100% - 132px);padding:7px 10px;}
.cptxtit{height: 40px;}
.jtpart01{padding:0 10px;background-size: cover; height: auto;}
.jtpart01 .right {padding:30px 0;}
#owl-cptx {margin-top: 20px;}
.jtpart01 .imgarea {height:220px;overflow: hidden;}
.jtpart01 .imgarea .pic{height: 220px;}
.jtpart01 .lybtn01{position: absolute;bottom:75px; right: 0; }
}

/* ==========================================================================
   jtpart02
   ========================================================================== */
.jtpart02{padding:100px 0;}
.jthometit{font-size: 24px; text-align: center; font-weight: bold;}
.jthometit h3{font-size: 24px; font-weight: bold; line-height: 50px;}
.proflmenu{margin-top: 50px;}
.proflmenu li{width: 14%;height: 50px; display: inline-block; text-align: center;}
.proflmenu li a{margin:0 10px;height: 50px; line-height: 50px; text-align: center;border:1px solid #c2c2c9; color: #c2c2c9; display: block; font-size: 20px;position: relative;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}
.proflmenu li:hover a{border-color: #ed1c24;background: #ed1c24;color: #fff;font-weight: bold;}
.proflmenu li a:before {z-index: 1;
content: "";display: block; top:51px; left:50%;margin-left:-7px; position: absolute; width:15px;height:43px;background:url(../images/jtcplogo07.png) bottom center no-repeat;
}
.proflmenu li:hover a:before{background:url(../images/jtcplogo06.png) bottom center no-repeat;}

.proflmenu li.on a{border-color: #ed1c24;background: #ed1c24;color: #fff;font-weight: bold;}
.proflmenu li.on a:before{background:url(../images/jtcplogo06.png) bottom center no-repeat;}


.jthprobox{border:1px solid #eaeaea;padding:40px 60px;border-top: 3px solid #ed1c24;margin-top:36px;position: relative;}
.jthprobox li{width: 25%; float: left; text-align: center;}
.jthprobox li .pic{width: 100%;height: 250px; line-height: 250px; text-align: center;}
.jthprobox li .pic img{max-width: 100%; max-height:100%;}
.jthprobox li .txtarea{height: 60px; line-height: 30px; overflow: hidden; font-size: 16px;}
.jthprobox .prev,
.jthprobox .next{position:absolute;top:50%; margin-top:-45px; display:block; width:39px; height:92px;}
.jthprobox .next{right: 20px;background:url(../images/arr10.png) top center no-repeat;}
.jthprobox .prev{left: 20px; background:url(../images/arr09.png) top center no-repeat;}
.jthprobox .prevStop,.jthprobox .nextStop{display: none;}


@media only screen and (max-width:920px) {
.jthprobox li{width:50%;}
}

@media only screen and (max-width:768px) {
.jtpart02 {padding:20px 0;}
.jthometit h3 {font-size:16px;line-height: 50px;}
.proflmenu {margin-top:20px; width: 100%;height:45px; overflow: auto;}
.proflmenu ul{width:700px;}
.proflmenu li{width: 90px;height: 40px;}
.proflmenu li a:before {top:31px; height:30px;display: none;}
.proflmenu li a{margin:0 5px;}
}

@media only screen and (max-width:450px) {
.jthprobox{padding:10px 10px 20px 10px;}
.jthprobox .prev,.jthprobox .next{ display: none;}
.jthprobox li .pic{height:180px;line-height:180px;}
.jthprobox li .txtarea{height:36px; line-height:18px; font-size: 12px;}
.proflmenu li a {height:30px;line-height:30px;font-size:12px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}

}




/* ==========================================================================
   jtpart03
   ========================================================================== */
.jtpart03{padding:60px 0;background:url(../images/homepic02.jpg) right top no-repeat; background-size: cover; }
.hyyybox{margin:10px;}
.hyyybox .pic {width: 100%; height:250px; overflow: hidden;text-align: center;box-shadow:0 0 5px 5px rgba(0, 0, 0, .1);}
.hyyybox .pic img{width:100%;height: 100%; transition: transform 1s;}
.hyyybox:hover .pic img{ transform: scale(1.1);} 
.hyyybox .txt{margin-top: 10px; text-align: center;font-size: 16px;width:100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jthmore{text-align: center;}
.jthmore a{width: 180px; height:45px; font-size: 16px; font-weight: bold; text-align: center; line-height: 45px; display: inline-block;  background: #e9eaee; border:3px solid #ed1c24;}
.jthmore a:hover{ background: #ed1c24; color: #fff;}
#owl-hyyy{margin-top: 20px;}
#owl-hyyy .owl-prev,#owl-hyyy .owl-next{width:49px;bottom:-51px; height:51px;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-hyyy .owl-prev{position: absolute;left:50%;margin-left: -150px; background:url(../images/arr07.png) center no-repeat;}
#owl-hyyy .owl-next{position: absolute;left:50%;margin-left:100px;background:url(../images/arr08.png) center no-repeat;}

.jthmore02{text-align: center;height: 51px; margin-top: 30px;}
.jthmore02 a{width: 49px;height: 45px; display: inline-block;border:3px solid #ed1c24; line-height: 45px;margin:0 5px;vertical-align: top; }
.jthmore02 a.more{width: 180px;font-size: 16px; font-weight: bold;}
.jthmore02 a.more:hover{ background: #ed1c24; color: #fff;}
.jthmore02 a.prev{background:url(../images/arr07.png) center no-repeat;}
.jthmore02 a.next{background:url(../images/arr08.png) center no-repeat;}

@media only screen and (max-width: 768px) {
   .jthmore a{font-size: 12px;}
   .jtpart03 {padding:20px 0;}
   #owl-hyyy {margin-top:0;}
   .hyyybox .txt{font-size: 12px;}
   .hyyybox{margin:0;}
   .jthmore02 a.more{font-size: 12px;}
}

/* ==========================================================================
   jtpart04
   ========================================================================== */
.jtpart04{padding:60px 0;}
.jtpart04 .jthometit{margin-bottom: 30px;}
.jtpart04 .jthmore{margin-top: 30px;}
.jtpart04 .jthmore a{background: #fff;}
.jtpart04 .jthmore a:hover{ background: #ed1c24; color: #fff;}
.lastnews{width: 500px; float: left;}
.lastnews .pic {width: 100%; height:330px; overflow: hidden;text-align: center;}
.lastnews .pic img{width:100%;height: 100%; transition: transform 1s;}
.lastnews:hover .pic img{ transform: scale(1.1);} 
.lastnews .txtarea{border-left: 5px solid #ed1c24;padding-left: 10px;margin-top:20px;}
.lastnews .txtarea h3{font-size: 16px;width:100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.jtpart04 .right{width: calc(100% - 540px); float: right;}
.newslist01 li{height: 120px; border:1px solid #d2d2d2;margin-bottom: 20px;}
.newslist01 li .pic{width: 180px; height: 120px; overflow: hidden; float: left;}
.newslist01 li .pic img{width: 100%; height: 100%; transition: transform 1s;}
.newslist01 li:hover .pic img{ transform: scale(1.1);} 
.newslist01 li .date{width: 120px; height:80px; line-height: 18px; padding-top: 40px; font-size: 16px; font-weight: bold; text-align: center; overflow: hidden; float: left;color: #ed1c24;}
.newslist01 li .date span{font-size: 18px;display: block;}
.newslist01 li .txtarea{width: calc(100% - 320px);float: left;}
.newslist01 li .txtarea h3{padding-top: 30px;font-size: 18px; font-weight: bold; width:100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist01 li .txtarea .desc{height: 30px;overflow: hidden; line-height: 30px; color: #999;font-size: 16px;}

@media only screen and (max-width:920px) {
.lastnews{width: 100%; float: none;margin-bottom: 30px;}
.jtpart04 .right{width:100%; float: none;}
}

@media only screen and (max-width:450px) {
.jtpart04{padding: 10px 0 20px 0;}
.lastnews .txtarea h3 {font-size: 12px;}
.lastnews .pic {height: auto;}
.newslist01 li{height: 80px;}
.newslist01 li .pic{width: 120px; height: 80px;}
.newslist01 li .date{display: none;}
.newslist01 li .txtarea{width: calc(100% - 145px);float: left;padding-left: 15px;}
.newslist01 li .txtarea h3{padding-top:10px;font-size: 12px; }
.newslist01 li .txtarea .desc{font-size: 12px; line-height: 18px; height: 18px;}
.lastnews{margin-bottom:15px;}
.newslist01 li{margin-bottom: 10px;}
.jtpart04 .jthmore{margin-top:10px;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer { background: #202123; color: #6a6e72; padding:40px 0;}
footer a{color: #6a6e72;}
footer a:hover {color: #fff; text-decoration: underline; }

footer .right{width: 300px; float: right;}
footer .ewm{width: 140px;float: left; text-align: center;font-size: 16px;color: #fff;}
footer .ewm img{width: 100px;height: 100px;margin-bottom: 5px;}
footer .left{width: calc(100% - 320px); float: left;}
footer .copyright{padding-left: 30px;}
.footnav{padding-left: 30px;line-height: 30px;border-bottom: 1px solid #38393c;padding-bottom: 15px; margin-bottom:20px;}
.footnav a{font-size: 18px;margin-left: 10px; margin-right: 5%;}

@media only screen and (max-width:920px) {
  .footnav a{font-size: 14px;}
  footer .left{font-size: 12px;}
  footer .ewm{font-size: 14px;}
}

@media only screen and (max-width: 768px) {
footer .right{display: none;}
footer .left{width:100%; float: none; line-height: 18px;}
footer .copyright,.footnav{padding-left: 0;}
.footnav{padding-bottom:5px; margin-bottom:5px;}
.footnav a{font-size: 12px;margin-left: 0; margin-right:10px;}
footer { padding:10px 0;}
}


.toggle-btn { display: none;}


@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.lybannervideo {position: relative;max-height: 700px; overflow:hidden;}
.lybannervideo video{width: 100%;}
.lybannervideo .since{width: 100%;height: 100px; line-height: 100px;margin-top: -50px; position: absolute; top:50%;left: 0; text-align: center; display: none;}
.lybannervideo .video_play{color: #fff; font-size:48px;}
@media only screen and (max-width: 768px) {
    .lybannervideo .since{display: block;}
}

